As with any property or method from the CoreBots.cs file, you can call upon them by starting with Core. (Core Dot)
| Property | Type | Description |
|---|---|---|
AppPath |
string | Returns the file path the user has Skua stored in. |
| Method Definition | Return Type | Description |
|---|---|---|
CBO_Active() |
bool | Returns if the user has setup their Options>CoreBots file yet. |
CBOString(string Name, out string output) |
bool | Tries to parse a Options>CoreBots string. |
CBOBool(string Name, out bool output) |
bool | Tries to parse a Options>CoreBots bool. |
CBOInt(string Name, out int output) |
bool | Tries to parse a Options>CoreBots integer. |